Platform Explorer / Nuxeo Platform LTS 2015 7.10

Contribution org.nuxeo.dam.ecm.types--types

This contribution is part of XML component org.nuxeo.dam.ecm.types inside nuxeo-dam-7.10.jar /OSGI-INF/dam-ecm-types-contrib.xml

Extension Point

Extension point types of component TypeService.

Contributed Items

  • <type id="AssetLibrary">
          <label>AssetLibrary</label>
          <icon>/icons/assets_library.png</icon>
          <bigIcon>/icons/assets_library_100.png</bigIcon>
          <category>DAM</category>
          <description>AssetLibrary.description</description>
          <default-view>view_documents</default-view>
          <subtypes>
            <type>Folder</type>
            <type>File</type>
            <type>Picture</type>
            <type>Video</type>
            <type>Audio</type>
          </subtypes>
          <layouts mode="any">
            <layout>heading</layout>
          </layouts>
          <layouts mode="edit">
            <layout>heading</layout>
            <layout>dublincore</layout>
          </layouts>
          <contentViews category="content">
            <contentView>document_content</contentView>
          </contentViews>
          <contentViews category="trash_content">
            <contentView showInExportView="false">
              document_trash_content
            </contentView>
          </contentViews>
        </type>

    AssetLibrary.description

XML Source

<extension point="types" target="org.nuxeo.ecm.platform.types.TypeService">

    <!-- Default DAM types -->

    <type id="AssetLibrary">
      <label>AssetLibrary</label>
      <icon>/icons/assets_library.png</icon>
      <bigIcon>/icons/assets_library_100.png</bigIcon>
      <category>DAM</category>
      <description>AssetLibrary.description</description>
      <default-view>view_documents</default-view>
      <subtypes>
        <type>Folder</type>
        <type>File</type>
        <type>Picture</type>
        <type>Video</type>
        <type>Audio</type>
      </subtypes>
      <layouts mode="any">
        <layout>heading</layout>
      </layouts>
      <layouts mode="edit">
        <layout>heading</layout>
        <layout>dublincore</layout>
      </layouts>
      <contentViews category="content">
        <contentView>document_content</contentView>
      </contentViews>
      <contentViews category="trash_content">
        <contentView showInExportView="false">
          document_trash_content
        </contentView>
      </contentViews>
    </type>

  </extension>